-
Re: Fonts won't upload to Myfonts - vertical metrics issues?
I think https://www.kltf.de/downloads/FontMetrics-kltf.pdf is still the definitive document on vertical font metrics.5 -
Re: Glyphs extensions for fonts containing basic western set
To build your character set based on languages you want to support, the Alphabet Type Charset Builder comes in handy. You can use its output in "Glyph names (AGLFN)" format to build your ow…4 -
Re: GSUB: replace by nothing, a.k.a. deleting a glyph.
I think it may not be possible in high-level editors. Neither the FDK syntax nor VOLT seem to support substitution by "no glyph". I tried to export a .fea file from NotoColorEmoji via OTMas…3 -
Re: GSUB: replace by nothing, a.k.a. deleting a glyph.
Perhaps sub A' B' C by A; will work.3 -
Re: How to add name table entries with FontTools?
There also is a helper method now which was not around in 2014: table__n_a_m_e.addMultilingualName(self, names, ttFont=None, nameID=None, windows=True, mac=True) It will choose a free name ID (if you…3